projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
953be03
)
Update GdkOffscreenWindow to new draw_drawable prototype
author
Alexander Larsson
<alexl@redhat.com>
Thu, 4 Jun 2009 10:48:23 +0000
(12:48 +0200)
committer
Alexander Larsson
<alexl@redhat.com>
Thu, 4 Jun 2009 10:51:04 +0000
(12:51 +0200)
All rendering of drawables on offscreen was broken due to this change which
had not been implemented fully in offscreen windows.
gdk/gdkoffscreenwindow.c
patch
|
blob
|
history
diff --git
a/gdk/gdkoffscreenwindow.c
b/gdk/gdkoffscreenwindow.c
index 5791eace5092cccf6dec7fee60c233f0791af8f8..efdfcd93f38e35771cf2d73ee72adb7d4bc2cb04 100644
(file)
--- a/
gdk/gdkoffscreenwindow.c
+++ b/
gdk/gdkoffscreenwindow.c
@@
-281,6
+281,7
@@
static void
gdk_offscreen_window_draw_drawable (GdkDrawable *drawable,
GdkGC *gc,
GdkPixmap *src,
+ GdkDrawable *original_src,
gint xsrc,
gint ysrc,
gint xdest,